home *** CD-ROM | disk | FTP | other *** search
- Welcome to the documentation for F.
-
- What is F?
- ----------
-
- F is a freeware freeform filer. It is a simple database that lets you save
- and retrieve information. F is small and simple. It takes about three
- minutes to learn how to use F.
-
- How do I set F up?
- ------------------
-
- Just put the file F.COM in any directory on your DOS path.
-
- How do I run F?
- ---------------
-
- F runs at the DOS command prompt. You run F by typing its name followed by
- a space and the command you want to execute.
-
- What commands does F understand?
- --------------------------------
-
- There are three basic operations that F understands. F lets you 1) Add lines
- to its database 2) Look things up in its database and 3) Delete things from
- its database.
-
- How do I add things to F's database?
- ------------------------------------
-
- You add items to F's database by typing F followed by whatever you want to
- add followed by a + symbol. The following example will add three items to
- F's database:
-
- F Monday 10:00 AM Meet with Bob about widgets+
- F Bob Simpson 555-1234+
- F buy catfood+
-
- How do I look things up in F's database?
- ----------------------------------------
-
- You look things up by typing F followed by whatever you are looking for.
- If you have entered the example above, typing
-
- F bob
-
- will display
-
- Monday 10:00 AM Meet with Bob about widgets
- Bob Simpson 555-1234
-
- The searching is case-insensitive, so it doesn't matter if you type Bob,
- bob or BOB. While F is searching, it displays a little spinner to let you
- know it's working.
-
- How do I delete something from F's database?
- --------------------------------------------
-
- Let's say you bought the catfood and want to get rid of the "buy catfood"
- note. Do this:
-
- F cat-
-
- F will display
-
- Delete this line:
- buy catfood
- ?
-
- Answer "Yes" or "y" to this question and the line will be deleted. Answering
- with anything that doesn't begin with a "y" will tell F to keep the line.
-
- How do I see everything that is in F's database?
- ------------------------------------------------
-
- Enter "F *" at the DOS prompt.
-
- What if I can't remember the commands to run F?
- -----------------------------------------------
-
- Just type "F" with nothing following it on the command line. F will display
- a little message describing the commands.
-
- What kinds of things can F be used for?
- ---------------------------------------
-
- Well, I use F instead of all of the little pieces of paper I used to jot
- notes on. I use F to store grocery lists, phone numbers, email addresses,
- meeting reminders, etc. If you put a unique word into your notes, it makes
- it easy to find things. For example, I put the day of the week in all my
- notes relating to a certain day, I can then just enter
-
- F monday
-
- to see all the things I have to do on Monday. When I finish a task, I use
- the "-" option to delete that task from the database.
-
- Where exactly is F's database stored and what's it called?
- ----------------------------------------------------------
-
- F stores its data in a file called F.DAT and it's stored in whatever DOS
- directory F is living in. The first time F runs, it creates an empty
- F.DAT file.
-
- Can I edit F's data with anything other than F?
- -----------------------------------------------
-
- Sure. F.DAT is an ASCII file and it can be edited with any text editor that
- can use ASCII files. Each line in F.DAT is a record in the database. Since
- 80 characters is the width of a PC screen, each line should be at most 80
- characters long.
-
- I've got a bunch of data in another program. Can I transfer the data into F?
- ---------------------------------------------------------------------------
-
- Maybe. If your program can export ASCII, you can create a text file and
- call it F.DAT. Just put that file in the same DOS directory as F.COM
- and remember to keep each line limited to a maximum of 80 characters.
-
- How much does F cost?
- ---------------------
-
- Nothing, its free. I wrote it in about an hour and and then spent a week
- tweaking it and writing this doc. Use F, have fun with it give to your
- friends, whatever.
-
- If you use and like F, I would appreciate it if you'd drop me a postcard
- or an Email note.
-
- Postcards can be sent to:
-
- Kent Peterson
- 360 NW Dogwood A-201
- Issaquah, WA 98027 USA
-
- and you can send Email to me either via the Internet or Compuserve
-
- Internet -- peterson@halcyon.com
- or
- Compuserve -- 72310,2174
-
- I'd like to have several different data files. Can F handle that?
- -----------------------------------------------------------------
-
- Sort of. If you make a copy of F.COM with a different name, that new copy
- will use a different data file. For example, if you do this
-
- copy f.com phone.com
-
- the new program PHONE will use a data file called PHONE.DAT.
-
- Where do I go for more information about F?
- -------------------------------------------
-
- This is it. ALready this file is bigger than F itself. You can always send
- me email or a postcard with your question, but I can't promise a response.
-
-
-